home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / C Headers / gcc 1.3.7 BSD #includes / machine / machine⁄ansi.h next >
Encoding:
Text File  |  1993-06-23  |  311 b   |  15 lines  |  [TEXT/UNIX]

  1. #ifndef _M_ANSI_H
  2. #define _M_ANSI_H
  3. #define _PTRDIFF_T_ unsigned long
  4. #define _WCHAR_T_ unsigned short
  5. #define _CLOCK_T_ long
  6. #define _TIME_T_ long
  7. #define _SIZE_T_ unsigned long
  8. #define _SIG_T_ void *
  9. #define    P_tmpdir    "/var/tmp/"
  10. typedef char *va_list;
  11. #define _VA_LIST_ va_list
  12. #include <sys/types.h>
  13. #endif
  14.  
  15.